Skip to main content

XML Helper

What is XML Helper Entity

This entity contains operations that allow the user to create XMLs (Extensible Markup Language) or find XMLs using a path.

Built-in operations in XML Helper Entity

This topic describes the list of operations that can be performed on an XML Helper entity in the Backflipt platform.

XML Helper Operation Description
XML to JSON It can be used to convert the provided XML into a JSON object.
JSON to XML It can be used to convert the provided JSON object into an XML.
HTML XPath Selector The user can select a specific HTML element in the provided HTML by providing a path.
XML XPath Selector The user can select a specific XML element in the provided XML by providing a path.
Cleanup HTML It can be used to remove the unnecessary elements in the HTML.

Top of page